func runtime.showframe
4 uses
runtime (current package)
traceback.go#L420: if (flags&_TraceRuntimeFrames) != 0 || showframe(inlFuncInfo, gp, nprint == 0, inlFuncInfo.funcID, lastFuncID) {
traceback.go#L432: if (flags&_TraceRuntimeFrames) != 0 || showframe(f, gp, nprint == 0, f.funcID, lastFuncID) {
traceback.go#L762: if f.valid() && showframe(f, gp, false, funcID_normal, funcID_normal) && gp.goid != 1 {
traceback.go#L914: func showframe(f funcInfo, gp *g, firstFrame bool, funcID, childID funcID) bool {